Returns the distance from the specified point to the start of the specified path along the path's length.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public static float DistanceAlongLength ( |
Visual Basic Copy Code |
---|
Public Shared Function DistanceAlongLength( _ |
A PointF whose distance to the path start to calculate.
A list of points specifying the path.
A float value specifying distance from the point to the path origin.